home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / rtty.man < prev    next >
Encoding:
Text File  |  1989-04-05  |  1.8 KB  |  69 lines

  1.  
  2.  
  3.  
  4. RTTY                      User Commands                      RTTY
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      rtty - provide remote access to a raw tty using TCP
  12.  
  13. SSYYNNOOPPSSIISS
  14.      rrttttyy _d_e_v_i_c_e [_p_o_r_t_N_u_m]
  15.  
  16. _________________________________________________________________
  17.  
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      This program will open _d_e_v_i_c_e, which must have  the  charac-
  21.      teristics  of  a  terminal  line, in raw mode.  It will then
  22.      open a TCP network connection and pass bits back  and  forth
  23.      between  the  network connection and the raw terminal.  Any-
  24.      thing received from the network connection will  be  written
  25.      to the terminal, and anything read from the terminal will be
  26.      written to the network connection.  RRttttyy buffers  characters
  27.      internally  to  prevent  any loss of information if one side
  28.      gets ahead of the other.
  29.  
  30.      If _p_o_r_t_N_u_m is specified, is the decimal number of a  request
  31.      socket  to  use  for  network connections.  If _p_o_r_t_N_u_m isn't
  32.      given, then rrttttyy will attempt to find an  available  socket.
  33.      In  either  case,  it  prints  out the decimal number of the
  34.      socket is actually using.
  35.  
  36.      RRttttyy is designed to be used in conjunction with the Tty pro-
  37.      gram: the port number printed by rrttttyy should be given to Tty
  38.      to ensure that it connects to the right  place.   RRttttyy  only
  39.      supports  a  single remote connection at a time.  If several
  40.      connections are attempted simultaneously, all but the  first
  41.      will be rejected.
  42.  
  43.  
  44. KKEEYYWWOORRDDSS
  45.      network, remote terminal access, terminal
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  April 5, 1989                    1
  66.  
  67.  
  68.  
  69.